home *** CD-ROM | disk | FTP | other *** search
/ PC Users 8 / Cd Pc Users extra 8.iso / prog / inst / vsflex3 / readme.txt next >
Encoding:
Text File  |  1997-11-21  |  11.4 KB  |  260 lines

  1. ==================
  2. VSFLEX 3.00
  3. ==================
  4.  
  5. ================================================
  6. UNDOCUMENTED PROPERTIES                20 Nov 97
  7. ================================================
  8. See the entry in the Initial Release section.
  9.  
  10. ================================================
  11. WARNINGS AND CAVEATS                   20 Nov 97
  12. ================================================
  13. To use VSFLEX3 under Windows NT4, you have to have Service Pack 2 or later installed.
  14. Correct function of VSFLEX3 under Windows NT4 without SP2 or later is not guaranteed.
  15.  
  16. VSFLEX3 now depends of MFC42.DLL.  (Version 2 used MFC40.DLL.)
  17.  
  18. MultiTotals property defaults to True.  In version 2 it defaulted to False.
  19.  
  20.  
  21. ================================================
  22. DOCUMENTATION CHANGES                  20 Nov 97   
  23. ================================================
  24.  
  25. ------------------------------------------------
  26. Manual, page 66, BeforeEdit Event:
  27.  
  28. The BeforeEdit event occurs after the KeyDown event.  Unless the edit mode is canceled by setting the Cancel parameter to True in the BeforeEdite event, KeyDown is not followed by KeyPress but by KeyPressEdit.
  29.  
  30. ------------------------------------------------
  31. Manual, page 118, OutlineBar Property:
  32.  
  33. Descriptions of flexOutlineBarComplete and flexOutlineBarSimple were accidentally switched.
  34.  
  35. ------------------------------------------------
  36. Manual, page 127, Rows Property:
  37.  
  38. The stated limitation of 250,000 cells does not apply to the 32 bit version of the control.
  39.  
  40. ------------------------------------------------
  41. Manual, page 134, Subtotal Method, GroupOn%:
  42.  
  43. Specifies the right boundary of columns that contain the categories for calculation of a subtotal.
  44.  
  45. By default, the control assumes that all data is sorted from the leftmost column (.Col(0)) to the column specified as GroupOn.  Consequently, a subtotaling break occurs whenever there is a change in any column from the leftmost one up to and including the column specified as GroupOn.
  46.  
  47. To subtotal the flex on a column or a range of columns that does not start with the leftmost column specify the MatchFrom column.  If MatchFrom is specified, the control generates subtotal line only on a change of data in any column between and including column MatchFrom and GroupOn.
  48.  
  49. Example:
  50. To subtotal values in column 3 of the flex on change in column 2 only, use
  51.    .Subtotal flexSTSum, 2, 3, , , , , 2
  52.  
  53.  
  54. ================================================
  55. CORRECTED PROBLEMS                     20 Nov 97
  56. ================================================
  57. After all subtotals are cleared, flex adds a new row with IsSubtotal True
  58. Behavior after Validate
  59. Bound flex with empty recordset crashes the app under NT
  60. Click on extended area of extended column not processed
  61. ColDataType gives run-timer error Invalid property array index 
  62. Contents of checkboxes is not restored
  63. Editor shows one line of edited text only
  64. If recordset has only one row, flex shows only the fixed row and no data
  65. Licensing if EXE has a control array
  66. Numbers in scientific notation not recognized as numerics
  67. OLE drag and drop X, Y, and Effects invalid
  68. OLEDRag extends the selection
  69.  
  70.  
  71. ================================================
  72. WAIVERS                                20 Nov 97
  73. ================================================
  74. VSFLEX3 16 bits (Vsflex3-.OCX) does not have the Appearance property.
  75. Waiver:  This property is not available to 16 bit OCX controls.
  76.  
  77. Light FloodColors are shown as white or grey.
  78. Waiver:  To use light (non-solid) flooding colors, you have to have screen colors set to more than 256 colors.
  79.  
  80.  
  81. ================================================
  82. KNOWN PROBLEMS                         20 Nov 97
  83. ================================================
  84. Validate and AfterEdit events do not fire if form is unloaded by clicking on the control box.
  85. Cause:          This is a Windows API problem.
  86. Circumvention:  To make sure that these events are fired, if applicable, begin the Form_Unload event with the following two lines:
  87.            Me.SetFocus
  88.            DoEvents
  89.  
  90. AutosizeRowHeight with WordWrap = True may be incorrect.
  91. Cause:        This is a Windows API problem.
  92. Circumvention:  This happens if contents of any of the rows is wider than the column, for example, a very long word in a narrow column.
  93.         Make sure that the width of the column is sufficient to accommodate the widest word (depends on the font).
  94.         Allow the user resizing of row heights.
  95.  
  96. After changing the DataMode, control may load wrong number of rows.
  97. Cause:        Incorrect recordset passed by the Jet Engine.
  98. Circumvention:    After changing DataMode, apply Refresh to the data control.
  99.  
  100.  
  101. ================================================
  102. End of entries for this build          20 Nov 97
  103. ================================================
  104.  
  105. ================================================
  106. INITIAL RELEASE                        17 Oct 97
  107. ================================================
  108.  
  109. ================================================
  110. NEW FEATURES
  111. ================================================
  112. * Supports up to 2 billion rows (32 bits only)
  113. * Supports full data binding (read/write)
  114. * Save content and format of the grid into a file, reload the grid in a second
  115. * Support for custom cell borders
  116. * Checkbox support in individual cells
  117. * Support for OLE Drag and Drop
  118. * Design time designer (Source Code Included)
  119. * Ability to custom draw on any portion of a cell (OwnerDraw)
  120.  
  121. ================================================
  122. VSFLEX DESIGNER
  123. ================================================
  124. VSFLEX Designer is a new sample application.  Look for it in the \Vs\Vsflex3\Designer directory.
  125. Note that the application is written in VB5; VB4 will report a "corrupted file."
  126.  
  127. ================================================
  128. FLEXUTIL 
  129. ================================================
  130. FlexUtil is a new sample application.  Look for it in the \Vs\Vsflex3\Flexutil directory.
  131. Note that the application is written in VB5; VB4 will report a "corrupted file."
  132.  
  133. ================================================
  134. UNDOCUMENTED PROPERTIES   
  135. ================================================
  136.  
  137. ------------------------------------------------
  138. Ellipsis Property
  139. ------------------------------------------------
  140. Description:    Returns or sets whether the control should display the ellipsis (...) after or in strings that cannot be displayed in full length.
  141.  
  142. Syntax:        vsFlexArray.Ellipsis = EllipsisSettings
  143.  
  144. Settings:    Valid settings for the property are:
  145.             0 - flexNoEllipsis (default):    no ellipsis characters displayed;
  146.             1 - flexEllipsisEnd:        ellipsis characters displayed at the end of the string;
  147.             2 - flexEllipsisPath:        disk path-style ellipsis, characters in the middle.
  148.  
  149.  
  150. ------------------------------------------------
  151. MergeCompare Property
  152. ------------------------------------------------
  153. Description:    Returns or sets the type of comparison used when merging cells.
  154.  
  155. Syntax:        vsFlexArray.MergeCompare = MergeCompareSettings
  156.  
  157. Settings:    Valid settings for the property are:
  158.             0 - flexMCExact (default):    exact match required to merge cells;
  159.             1 - flexMCNoCase:        case-insensitive matching;
  160.             2 - flexMCTrimNoCase:        case-insensittive matching with leading and trailing blanks ignored.
  161.  
  162. ================================================
  163. WARNINGS AND CAVEATS
  164. ================================================
  165. To use VSFLEX3 under Windows NT4, you have to have Service Pack 2 or later installed.
  166. Correct function of VSFLEX3 under Windows NT4 without SP2 or later is not guaranteed.
  167.  
  168. VSFLEX3 now depends of MFC42.DLL.  (Version 2 used MFC40.DLL.)
  169.  
  170.  
  171. ================================================
  172. DOCUMENTATION CHANGES                 
  173. ================================================
  174.  
  175. ------------------------------------------------
  176. Page 12, Upgrading VSFLEX
  177.  
  178. A utility to upgrade VSFLEX from version 2 to version 3 is not needed.  Setup adds conversion information to the Vb.ini file, and VB provides optional conversion of a project when it is opened.
  179.  
  180. Should your compiler fail to convert your projects, or if you wish to convert them manually, please follow this procedure:
  181.  
  182. 1. BACK UP YOUR Vbp FILE.
  183.  
  184. 2. Copy the following line onto your Clipboard:
  185. Object={8AE029D0-08E3-11D1-BAA2-444553540000}#3.0#0; VSFLEX3.OCX
  186.  
  187. 3. Open your project's Vbp and paste that line over the line referring to VSFLEX2.
  188.  
  189. 4. Open your modified project and run a full compile (Ctrl+F5).  Compiler will mark event handlers that refer to rows or columns as erroneous because the existing attribute of the parameter (Integer) does not match the attribute of the parameter of the new component.
  190.  
  191. 5. Change the Row and Col attributes from "Integer" to "Long" in the marked Sub statement.
  192.  
  193. 6. Repeat steps (4) and (5) until you get a clean compile.
  194.  
  195.  
  196. ------------------------------------------------
  197. Page 58, AllowPageBreak Event
  198.  
  199. To comply with Windows naming standard, name of the event changed to BeforePageBreak.
  200.  
  201. Syntax:        vsFlexArray.BeforePageBreak(Row As Long, BreakOK As Boolean)
  202.  
  203. Parameters:    Row contains number of a row that is a candidate for being the last one on a page.
  204.         BreakOK is initiall True, meaning that is is OK for the Row to be the last one on a page.  If you do not want a page break after the Row, set BreakOK to False.
  205.  
  206.         Other information for the event remains unchanged.
  207.  
  208. ------------------------------------------------
  209. Page 70, CellChecked Property
  210.  
  211. Enumeration has been changed to make it logically consistent.
  212.  
  213. Values:        0  flexNoCheckbox (default)
  214.         1  flexChecked
  215.         2  flexUnchecked
  216.  
  217.         Note that expression .CellChecked = False denotes that the cell is not checkable.
  218.  
  219.         Other information for the property remains unchanged.
  220.  
  221.  
  222. ================================================
  223. CORRECTED PROBLEMS
  224. ================================================
  225. Not applicable for the initial release.
  226.  
  227.  
  228. ================================================
  229. WAIVERS                               
  230. ================================================
  231. VSFLEX3 16 bits (Vsflex3-.OCX) does not have the Appearance property.
  232. Waiver:  This property is not available to 16 bit OCX controls.
  233.  
  234. Light FloodColors are shown as white or grey.
  235. Waiver:  To use light (non-solid) flooding colors, you have to have screen colors set to more than 256 colors.
  236.  
  237.  
  238. ================================================
  239. KNOWN PROBLEMS
  240. ================================================
  241. Validate and AfterEdit events do not fire if form is unloaded by clicking on the control box.
  242. Cause:          This is a Windows API problem.
  243. Circumvention:  To make sure that these events are fired, if applicable, begin the Form_Unload event with the following two lines:
  244.            Me.SetFocus
  245.            DoEvents
  246.  
  247. AutosizeRowHeight with WordWrap = True may be incorrect.
  248. Cause:        This is a Windows API problem.
  249. Circumvention:  This happens if contents of any of the rows is wider than the column, for example, a very long word in a narrow column.
  250.         Make sure that the width of the column is sufficient to accommodate the widest word (depends on the font).
  251.         Allow the user resizing of row heights.
  252.  
  253. After changing the DataMode, control may load wrong number of rows.
  254. Cause:        Incorrect recordset passed by the Jet Engine.
  255. Circumvention:    After changing DataMode, apply Refresh to the data control.
  256.  
  257. ================================================
  258. End of entries for this build         
  259. ================================================
  260.